home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / MAC / School House / Engines / HOW ENGINES WORK / background_2675.txt < prev    next >
Text File  |  1994-06-14  |  3KB  |  151 lines

  1. -- background: 2675 from stack: in
  2. -- bmap block id: 2357
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mousedown
  8.   hide menubar
  9. end mousedown
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: A003
  16. -- rect: left=49 top=273 right=295 bottom=149
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: GASOLINE
  25. ----- HyperTalk script -----
  26. on mousedown
  27.   hide menubar
  28. end mousedown
  29.  
  30. on mouseUp
  31.   GO TO STACK "GAS/FULL LOAD"
  32. end mouseUp
  33.  
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: A003
  40. -- rect: left=49 top=306 right=328 bottom=149
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: GLOSSARY
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   go to stack "GLOSSARY"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 3 (button)
  57. -- low flags: 00
  58. -- high flags: A003
  59. -- rect: left=204 top=273 right=295 bottom=304
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: DIESEL
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   GO TO STACK "DIESEL/FULL LOAD"
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 4 (button)
  76. -- low flags: 00
  77. -- high flags: A003
  78. -- rect: left=204 top=305 right=329 bottom=305
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: REFERENCES
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   GO TO "REFERENCES"
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 5 (button)
  95. -- low flags: 00
  96. -- high flags: A003
  97. -- rect: left=361 top=273 right=295 bottom=461
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: STEAM
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   GO TO STACK "STEAM/FULL LOAD"
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 6 (button)
  114. -- low flags: 00
  115. -- high flags: A003
  116. -- rect: left=361 top=306 right=328 bottom=461
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: QUIT
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   show menubar
  128.   go to stack "HOME"
  129. end mouseUp
  130.  
  131.  
  132.  
  133.  
  134. -- part 7 (button)
  135. -- low flags: 00
  136. -- high flags: 8003
  137. -- rect: left=204 top=241 right=263 bottom=304
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: INTRODUCTION
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   GO TO STACK "RECIP/INTRO"
  149. end mouseUp
  150.  
  151.